home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / lotus / lotus008.dsk / INSTFLW.RSP < prev    next >
Text File  |  1995-10-23  |  20KB  |  749 lines

  1. ;***********************************************
  2. ;***********************************************
  3. ; INFORMATION ABOUT AUTOMATED INSTALL
  4. ;
  5. ; Automated install is a feature that allows 
  6. ; users to run the Lotus Install program 
  7. ; without the user interface. This feature
  8. ; is particularly useful for system administrators
  9. ; who must manage installs and upgrades for 
  10. ; large groups of users.
  11. ;
  12. ; System administrators use this feature 
  13. ; by filling in the fields in this response 
  14. ; file (instflw.rsp), and then making this 
  15. ; file available to end users. The information 
  16. ; you supply in this file provides input 
  17. ; to the Install program so it can run without 
  18. ; user intervention.
  19. ;
  20. ; NOTE: Only system administrators should edit 
  21. ; this file. Individual users should use the 
  22. ; response file provided to them by their system
  23. ; administrator.
  24. ; TO USE THE AUTOMATED INSTALL FEATURE:
  25. ;
  26. ; 1) Prepare the Response File:
  27. ;
  28. ;    a) Back up this file by copying it 
  29. ;       to a new name (instflw.sav, for example)
  30. ;       so you can start fresh at any time.
  31. ;    b) In this file, provide the information 
  32. ;       for each field. Examine each default 
  33. ;       value to make sure it is the value you
  34. ;       want. Read the comments for each field
  35. ;       for information about legal values and
  36. ;       possible interactions with other fields.
  37. ;    c) Validate your response file by running 
  38. ;       an install that uses this file as input. 
  39. ;       (See the command line information below).
  40. ;       The Install program displays any errors 
  41. ;       that occur. Remember that if you are 
  42. ;       testing node installs, you must run a
  43. ;       server install first.
  44. ;
  45. ; 2) Make the Response File Available to 
  46. ;    End Users
  47. ;    When your response file has no errors
  48. ;    and performs the install as you intended, 
  49. ;    make it available to your users with 
  50. ;    instructions about how to run the Install 
  51. ;    program. You might want to tell them
  52. ;    what command line to type, or you might 
  53. ;    choose a different method. The best
  54. ;    distribution strategy depends on the tools 
  55. ;    you have available at your site.
  56. ;
  57. ; TO RUN AN AUTOMATED INSTALL:
  58. ; Choose Run from the Start menu (Windows 95) or
  59. ; File Run from the Windows Program Manager
  60. ; (Windows NT), and type the install command:
  61. ;
  62. ; <path>\install /A <ResponseFilePath> [/U ["UserName"]] 
  63. ;       [/O [<LogFilePath>]] [/?]
  64. ;
  65. ; where:
  66. ;    path is the location of the install program
  67. ;         executable.
  68. ;    /A turns on the automated install feature.
  69. ;    ResponseFilePath is the location of this 
  70. ;         response file. ALWAYS specify the full 
  71. ;         path to this file.
  72. ;    /U allows you to specify the name of the user.
  73. ;    "UserName" is the name of the user to which
  74. ;         this copy of the program is registered.
  75. ;         See the comments for the UserName field
  76. ;         below for information about defaults.
  77. ;    /O allows you to specify the status log file 
  78. ;         path and filename.
  79. ;    LogFilePath is the full path and name of the 
  80. ;         status log file. If you do not specify a 
  81. ;         path, this defaults to \<windowsdir>\lotinst.log.
  82. ;    /? brings up the command line usage message.
  83. ;
  84. ;
  85. ; HINTS AND TIPS:
  86. ;
  87. ; Do not change the field names to the left 
  88. ; of the equal signs (=) in this file. 
  89. ; Changing the field names will cause errors.
  90. ;
  91. ; Do not remove fields from this
  92. ; file. Removing fields will
  93. ; cause errors.
  94. ;
  95. ;
  96. ;***********************************************
  97. ;***********************************************
  98. ; THE RESPONSE FILE STARTS HERE:
  99. ;
  100. [User Registration]
  101. ; The [User Registration] section is for 
  102. ; information about the end user of this copy
  103. ; of the product. 
  104. ;
  105. ; Type the user's name in the "UserName" field. 
  106. ; Type the company's name in the "CompanyName"
  107. ; field. This information will become a 
  108. ; permanent part of the user's copy of this 
  109. ; program. If you do not supply this 
  110. ; information, the program will attempt 
  111. ; to find the user and company name from 
  112. ; a previously installed version 
  113. ; of this program (if there is one), or 
  114. ; from the Windows registration information.
  115. ;
  116. ;***********************************************
  117. UserName = Automated Install Test
  118. CompanyName = Lotus
  119. ;***********************************************
  120. ;
  121. [General Information]
  122. ; The [General Information] section specifies the
  123. ; type of install you want to perform and the program 
  124. ; group to which you want to add the product icon.
  125. ;
  126. ; Use the "InstallType" field to specify the kind of 
  127. ; install you want to perform. 
  128. ;     1 Standalone Install
  129. ;     2 Server Install
  130. ;     3 Distribution Install
  131. ;     4 Node install
  132. ;
  133. ; Remember that if you want to run a node install, 
  134. ; you must run a server install first, and use the 
  135. ; install.exe generated by the server install.
  136.  
  137. ;***********************************************
  138. InstallType = 1
  139. ;***********************************************
  140. ;
  141. ; Use the "ProgramGroup" field to name the program 
  142. ; group to which you want to add this product's icon. 
  143. ; This field is only used if you are doing a standard, 
  144. ; server, or node install on Windows NT. It is not
  145. ; used on Windows 95.
  146. ;
  147. ;***********************************************
  148. ProgramGroup = Lotus Applications
  149. ;***********************************************
  150. ;
  151. ; Use the "StartmenuFolder" field to name the folder 
  152. ; to which you want to add this product's icon. 
  153. ; This field is only used if you are doing a standard, 
  154. ; server, or node install on Windows 95. It is not
  155. ; used on Windows NT.
  156. ;
  157. ;***********************************************
  158. StartmenuFolder = Lotus Applications
  159. ;***********************************************
  160. ;
  161. [Node Install]
  162. ; The [Node Install] section applies only 
  163. ; to node installs (InstallType 4).
  164. ;
  165. ; Use the "NodeOptions" field to specify 
  166. ; whether the features specified by the 
  167. ; system administrator should be copied 
  168. ; to the node user's machine.
  169. ;      0 Do not copy the features to the user's 
  170. ;        machine
  171. ;      1 Copy the features to the user's machine
  172. ;
  173. ;***********************************************
  174. NodeOptions = 1
  175. ;***********************************************
  176. ;
  177. [FLW]
  178. ; The [FLW] section provides information 
  179. ; specific to Freelance Graphics.
  180. ;
  181. ; The "RemoveOldVersion" field tells whether you want
  182. ; clean up files not needed from an earlier installation
  183. ; of Freelance for Windows 3.1. 
  184. ;
  185. ;***********************************************
  186. RemoveOldVersion = 0
  187. ;***********************************************
  188. ;
  189. ; The "BackupSmartMasters" field tells whether you want
  190. ; make a backup copy of your SmartMasters when installing
  191. ; over an installation of Freelance Graphics 96
  192. ;
  193. ;***********************************************
  194. BackupSmartMasters = 0
  195. ;***********************************************
  196. ;
  197. ; The "BASEDIR" field specifies the base directory
  198. ; for a single product. Your main product directory,
  199. ; work directory, and all other directories 
  200. ; associated with this product will be created 
  201. ; under this base directory. We recommend that you
  202. ; use the same base directory for all of the 
  203. ; Lotus products you install.
  204. ;
  205. ;***********************************************
  206. BASEDIR= c:\lotus\
  207. ;***********************************************
  208. ;
  209. ; The "FLWDIR" field is only for standalone and 
  210. ; server installs. Use the FLWDIR field to specify 
  211. ; the main product directory for Freelance 
  212. ; Graphics 96. 
  213. ;
  214. ; The "FLWWORKDIR" field is for standalone, server,
  215. ; and node installs. Use the "FLWWORKDIR" field to 
  216. ; specify the directory in which users store their 
  217. ; work.
  218. ;
  219. ;***********************************************
  220. FLWDIR = c:\lotus\flg\
  221. FLWWORKDIR = c:\lotus\work\flg       
  222. FLWBACKUPDIR = c:\lotus\backup\flg
  223. FLWTOUR = c:\lotus\flg\tour
  224. FLWICONS = c:\lotus\flg\icons
  225. FLWMASTERSDIR = c:\lotus\smasters\flg
  226. FLWMEDIADIR = c:\lotus\flg\media
  227.  
  228. ;***********************************************
  229. ;
  230. ; Use the "SizeOfInstall" field to specify the
  231. ; size of the FLW install:
  232. ;      1 Default install
  233. ;      2 Minimum install 
  234. ;      3 Custom install
  235. ;
  236. ; This field is only used during standalone 
  237. ; and server installs (InstallType 1 and 2). 
  238. ;
  239. ;***********************************************
  240. SizeOfInstall = 1
  241. ;***********************************************                             
  242. ;
  243. [CustomizeFLW]
  244. ; The [CustomizeFLW] section lets you select
  245. ; which features of Freelance Graphics 96 you 
  246. ; want to install. This section is only used if 
  247. ; the "SizeOfInstall" field in the [FLW] section 
  248. ; is 3 (custom install).
  249. ;
  250. ;***********************************************
  251. ; FLWCORE
  252. ; Freelance Graphics 96 Core Section
  253. ;***********************************************
  254. ; FLWCORE comprises the basic, minimum features
  255. ; you should install to get a basic, working 
  256. ; version of Freelance Graphics 96.
  257. ; FLWCORE must be set to 1 on the initial install 
  258. ; of Freelance Graphics 96.
  259. ;***********************************************
  260. ; Main Freelance Graphics 96 files
  261. FLWCORE = 1
  262. ;
  263. ; Spell Checker
  264. FLWSPELLPRG = 1
  265. ;
  266. ; Help files--opting to not include Help files
  267. ; will disable the Guide Me feature.
  268. FLWHELPLANGEN = 1
  269. ;
  270. ; Screen resolution
  271. FLWVGA = 0
  272. FLWSVGA = 1
  273. ;
  274. ; Font files--opting to not include font files
  275. ; may cause problems with SmartMaster looks.
  276. FLWALLFONTS = 1
  277. ;
  278. ; Freelance Graphics Tour
  279. FLWTOUR = 1
  280. ;
  281. ; Mobile Screen Show Player files
  282. ; If you opt to not install Mobile Screen Show
  283. ; Player files, you will disable the TeamShow 
  284. ; feature in Freelance Graphics 96.  
  285. WIN32SHRSTDPLAYERPRG = 1
  286. ;
  287. ;Freelance Graphics Presentation Library
  288. FLWPRESLIB = 1
  289. ;***********************************************
  290. ;
  291. ; FLWMASTERS
  292. ; Freelance Graphics 96 SmartMaster Looks Section
  293. ;
  294. ;***********************************************
  295.  
  296. FLW1995.mas = 1
  297. FLW1996.mas = 1
  298. FLW3line.mas = 1
  299. FLW4square.mas = 1
  300. FLWabstract.mas = 1
  301. FLWangles.mas = 1
  302. FLWarchitec.mas = 1
  303. FLWaustrali.mas = 1
  304. FLWbasiclin.mas = 1
  305. FLWbevrule.mas = 1
  306. FLWblocklin.mas = 1
  307. FLWblocks.mas = 1
  308. FLWbluegray.mas = 1
  309. FLWbrass.mas = 1
  310. FLWbullets.mas = 1
  311. FLWbuttons.mas = 1
  312. FLWcanada.mas = 1
  313. FLWcanadmap.mas = 1
  314. FLWcapitol.mas = 1
  315. FLWcorporat.mas = 1
  316. FLWcuisine.mas = 1
  317. FLWcurrency.mas = 1
  318. FLWcustom2.mas = 1
  319. FLWdeco.mas = 1
  320. FLWdiamond.mas = 1
  321. FLWdotline1.mas = 1
  322. FLWdotline2.mas = 1
  323. FLWeec.mas = 1
  324. FLWelegance.mas = 1
  325. FLWeurope.mas = 1
  326. FLWfarm.mas = 1
  327. FLWfestive.mas = 1
  328. FLWfinance.mas = 1
  329. FLWflags.mas = 1
  330. FLWfood.mas = 1
  331. FLWforest.mas = 1
  332. FLWframe.mas = 1
  333. FLWfrance.mas = 1
  334. FLWgears.mas = 1
  335. FLWgermany.mas = 1
  336. FLWgradate1.mas = 1
  337. FLWgradate2.mas = 1
  338. FLWgradate3.mas = 1
  339. FLWgradline.mas = 1
  340. FLWgraphlin.mas = 1
  341. FLWholland.mas = 1
  342. FLWitaly.mas = 1
  343. FLWjapan.mas = 1
  344. FLWjflag.mas = 1
  345. FLWliberty.mas = 1
  346. FLWmarble.mas = 1
  347. FLWmedical.mas = 1
  348. FLWmedical2.mas = 1
  349. FLWmmblue.mas = 1
  350. FLWmmpastel.mas = 1
  351. FLWmmpurple.mas = 1
  352. FLWmmsketch.mas = 1
  353. FLWmmsquare.mas = 1
  354. FLWmmstage.mas = 1
  355. FLWmotion.mas = 1
  356. FLWmountain.mas = 1
  357. FLWneo2.mas = 1
  358. FLWnightsky.mas = 1
  359. FLWnotebook.mas = 1
  360. FLWoilrefin.mas = 1
  361. FLWoilrig.mas = 1
  362. FLWornate2.mas = 1
  363. FLWpacific.mas = 1
  364. FLWpage.mas = 1
  365. FLWpencil2.mas = 1
  366. FLWpillar.mas = 1
  367. FLWpillbotl.mas = 1
  368. FLWplane.mas = 1
  369. FLWpresent.mas = 1
  370. FLWpyramid.mas = 1
  371. FLWrainbow.mas = 1
  372. FLWredbox.mas = 1
  373. FLWrushmore.mas = 1
  374. FLWscrim.mas = 1
  375. FLWshadowbx.mas = 1
  376. FLWshimmer.mas = 1
  377. FLWship.mas = 1
  378. FLWsketch.mas = 1
  379. FLWskyline.mas = 1
  380. FLWsouthwst.mas = 1
  381. FLWspace.mas = 1
  382. FLWspain.mas = 1
  383. FLWspotlite.mas = 1
  384. FLWstack.mas = 1
  385. FLWstockmkt.mas = 1
  386. FLWsweep.mas = 1
  387. FLWsymbolbx.mas = 1
  388. FLWtestube.mas = 1
  389. FLWtiles.mas = 1
  390. FLWtractor.mas = 1
  391. FLWtube.mas = 1
  392. FLWtxblue.mas = 1
  393. FLWtxfiber.mas = 1
  394. FLWtxgranit.mas = 1
  395. FLWtxmarbgr.mas = 1
  396. FLWtxmarbwh.mas = 1
  397. FLWtxpaper.mas = 1
  398. FLWtxred.mas = 1
  399. FLWtxwood.mas = 1
  400. FLWtxwtrdrp.mas = 1
  401. FLWtxwtrwav.mas = 1
  402. FLWuk.mas = 1
  403. FLWusaflag.mas = 1
  404. FLWusamap.mas = 1
  405. FLWvault.mas = 1
  406. FLWvertbar.mas = 1
  407. FLWwaffle.mas = 1
  408. FLWwave.mas = 1
  409. FLWworld1.mas = 1
  410. FLWworld2.mas = 1
  411.  
  412. ;***********************************************
  413. ;
  414. ;Freelance Graphics 96 Import Filters Section
  415. ;
  416. ;***********************************************
  417.  
  418. WIN32SHRIMPORTFILTERPS = 1
  419. WIN32SHRIMPORTFILTERBMP = 1
  420. WIN32SHRIMPORTFILTERCGM = 1
  421. WIN32SHRIMPORTFILTERDRW = 1
  422. WIN32SHRIMPORTFILTERDXF = 1
  423. WIN32SHRIMPORTFILTERGAL = 1
  424. WIN32SHRIMPORTFILTERGIF = 1
  425. WIN32SHRIMPORTFILTERHGL = 1
  426. WIN32SHRIMPORTFILTERMET = 1
  427. WIN32SHRIMPORTFILTERPCX = 1
  428. WIN32SHRIMPORTFILTERPCT = 1
  429. WIN32SHRIMPORTFILTERPPT = 1
  430. WIN32SHRIMPORTFILTERHGW = 1
  431. WIN32SHRIMPORTFILTERRND = 1
  432. WIN32SHRIMPORTFILTERTGA = 1
  433. WIN32SHRIMPORTFILTERTIF = 1
  434. WIN32SHRIMPORTFILTERWPG = 1
  435. WIN32SHRIMPORTFILTERMISC = 1
  436.  
  437. ;************************************************
  438. ;
  439. ; Freelance Graphics 96 Export Filters Section
  440. ;
  441. ;************************************************
  442.  
  443. WIN32SHREXPORTFILTERPS = 1
  444. WIN32SHREXPORTFILTERBMP = 1
  445. WIN32SHREXPORTFILTERCGM = 1
  446. WIN32SHREXPORTFILTERMET = 1
  447. WIN32SHREXPORTFILTERPCX = 1
  448. WIN32SHREXPORTFILTERTGA = 1
  449. WIN32SHREXPORTFILTERTIF = 1
  450. WIN32SHREXPORTFILTERWPG = 1
  451. WIN32SHREXPORTFILTERGIF = 1
  452.  
  453. ;************************************************
  454. ;
  455. ; Freelance Graphics 96 Clip Art Section
  456. ;
  457. ;************************************************
  458.  
  459. FLWafricamap.sym = 1
  460. FLWagenda.sym = 1
  461. FLWanimals.sym = 1
  462. FLWarrows.sym = 1
  463. FLWasia.sym = 1
  464. FLWasiamap.sym = 1
  465. FLWatlanmap.sym = 1
  466. FLWausnzmap.sym = 1
  467. FLWaustrmap.sym = 1
  468. FLWbenelux.sym = 1
  469. FLWbenmap.sym = 1
  470. FLWbislemap.sym = 1
  471. FLWbuilding.sym = 1
  472. FLWbuttons.sym = 1
  473. FLWcanada.sym = 1
  474. FLWcanadmap.sym = 1
  475. FLWcartoons.sym = 1
  476. FLWclosure.sym = 1
  477. FLWcommobjt.sym = 1
  478. FLWcommunic.sym = 1
  479. FLWcompperi.sym = 1
  480. FLWcomputer.sym = 1
  481. FLWcustom.sym = 1
  482. FLWentertai.sym = 1
  483. FLWenvironm.sym = 1
  484. FLWeuropmap.sym = 1
  485. FLWeuroumap.sym = 1
  486. FLWfinance.sym = 1
  487. FLWflags.sym = 1
  488. FLWfood.sym = 1
  489. FLWfrance.sym = 1
  490. FLWfrancmap.sym = 1
  491. FLWgeoshape.sym = 1
  492. FLWgermamap.sym = 1
  493. FLWgermany.sym = 1
  494. FLWhands.sym = 1
  495. FLWiberimap.sym = 1
  496. FLWindustry.sym = 1
  497. FLWiremap.sym = 1
  498. FLWitaly.sym = 1
  499. FLWitalymap.sym = 1
  500. FLWjapanmap.sym = 1
  501. FLWlamermap.sym = 1
  502. FLWlegends.sym = 1
  503. FLWmedical.sym = 1
  504. FLWmen.sym = 1
  505. FLWnamermap.sym = 1
  506. FLWnetwork.sym = 1
  507. FLWnextstep.sym = 1
  508. FLWoffobjct.sym = 1
  509. FLWpacifmap.sym = 1
  510. FLWpeople.sym = 1
  511. FLWpolanmap.sym = 1
  512. FLWpresentn.sym = 1
  513. FLWproject.sym = 1
  514. FLWpuzzle.sym = 1
  515. FLWroads.sym = 1
  516. FLWrussmap.sym = 1
  517. FLWsales.sym = 1
  518. FLWsamermap.sym = 1
  519. FLWscandmap.sym = 1
  520. FLWscience.sym = 1
  521. FLWseasimap.sym = 1
  522. FLWspain.sym = 1
  523. FLWsports.sym = 1
  524. FLWswitzmap.sym = 1
  525. FLWtextbox.sym = 1
  526. FLWtime.sym = 1
  527. FLWtranspor.sym = 1
  528. FLWuk.sym = 1
  529. FLWusa.sym = 1
  530. FLWusamap.sym = 1
  531. FLWweather.sym = 1
  532. FLWwomen.sym = 1
  533. FLWworldmap.sym = 1
  534.  
  535. ;************************************************
  536. ;
  537. ; Freelance Graphics 96 
  538. ; Gold Disk Add Impact Movies Section
  539. ;
  540. ;************************************************
  541.  
  542. FLWaircraft.aim = 1
  543. FLWarrowdnl.aim = 1
  544. FLWarrowdnr.aim = 1
  545. FLWarrowldn.aim = 1
  546. FLWarrowlit.aim = 1
  547. FLWarrowlup.aim = 1
  548. FLWarrowdn.aim = 1
  549. FLWarrowrup.aim = 1
  550. FLWarrowupl.aim = 1
  551. FLWarrowupr.aim = 1
  552. FLWaward.aim = 1
  553. FLWbalance.aim = 1
  554. FLWballoon1.aim = 1
  555. FLWballoon2.aim = 1
  556. FLWbatter.aim = 1
  557. FLWbike.aim = 1
  558. FLWbirdy.aim = 1
  559. FLWblob.aim = 1
  560. FLWbook.aim = 1
  561. FLWbreakdwn.aim = 1
  562. FLWbreakout.aim = 1
  563. FLWbuildup.aim = 1
  564. FLWcalender.aim = 1
  565. FLWcar.aim = 1
  566. FLWchampgne.aim = 1
  567. FLWclock.aim = 1
  568. FLWclouds.aim = 1
  569. FLWcloudwl.aim = 1
  570. FLWcompete.aim = 1
  571. FLWcopter.aim = 1
  572. FLWcurtain.aim = 1
  573. FLWcursor.aim = 1
  574. FLWcutcosts.aim = 1
  575. FLWdinosaur.aim = 1
  576. FLWdog.aim = 1
  577. FLWdooropen.aim = 1
  578. FLWdownsize.aim = 1
  579. FLWfirewrks.aim = 1
  580. FLWflagwave.aim = 1
  581. FLWflipcoin.aim = 1
  582. FLWfoodchan.aim = 1
  583. FLWfrog2.aim = 1
  584. FLWglobemkt.aim = 1
  585. FLWgrowth.aim = 1
  586. FLWhandshak.aim = 1
  587. FLWheadtap.aim = 1
  588. FLWhourglas.aim = 1
  589. FLWjackpot.aim = 1
  590. FLWlady_b.aim = 1
  591. FLWman.aim = 1
  592. FLWmoneybag.aim = 1
  593. FLWmouse.aim = 1
  594. FLWnetwork.aim = 1
  595. FLWofftargt.aim = 1
  596. FLWontarget.aim = 1
  597. FLWpainted.aim = 1
  598. FLWparchute.aim = 1
  599. FLWplane.aim = 1
  600. FLWplatter.aim = 1
  601. FLWprofitdn.aim = 1
  602. FLWprofitup.aim = 1
  603. FLWprojctr.aim = 1
  604. FLWquestion.aim = 1
  605. FLWshark.aim = 1
  606. FLWskydiver.aim = 1
  607. FLWsplitdwn.aim = 1
  608. FLWsplitlf.aim = 1
  609. FLWsplitrt.aim = 1
  610. FLWsplitup.aim = 1
  611. FLWstrbrst1.aim = 1
  612. FLWstrbrst2.aim = 1
  613. FLWsun.aim = 1
  614. FLWsynergy.aim = 1
  615. FLWunbalnce.aim = 1
  616. FLWupsize.aim = 1
  617. FLWwally.aim = 1
  618. FLWwinner.aim = 1
  619. FLWwoman.aim = 1
  620. FLWzap.aim = 1
  621.  
  622. ;************************************************
  623. ;
  624. ; Freelance Graphics 96 Diagrams Section
  625. ;
  626. ;************************************************
  627. FLWbranch.dgm = 1
  628. FLWcustom.dgm = 1
  629. FLWflow.dgm = 1
  630. FLWgantt.dgm = 1
  631. FLWgraph.dgm = 1
  632. FLWhub.dgm = 1
  633. FLWnetwork.dgm = 1
  634. FLWpyramid.dgm = 1
  635. FLWquality.dgm = 1
  636. FLWsection.dgm = 1
  637. FLWtarget.dgm = 1
  638. FLWtimeline.dgm = 1
  639. FLWvenn.dgm = 1
  640.  
  641. ;************************************************
  642. ; Freelance Graphics 96 
  643. ; SmartMaster content topics section
  644. ;************************************************
  645. ;
  646. ; Content topics require specific diagrams, clip art,
  647. ; and SmartMaster looks. If you have already opted
  648. ; to not install any clip art, diagrams, or SmartMaster
  649. ; Looks, but do want to install content topics, Install 
  650. ; will automatically select and install only those 
  651. ; clip art, diagram, and Look files that it requires.
  652. ;
  653. ;************************************************
  654. FLWbstorm.smc = 1
  655. FLWbusplan.smc = 1
  656. FLWcompete.smc = 1
  657. FLWcorpovw.smc = 1
  658. FLWmeet.smc = 1
  659. FLWteammtg.smc = 1
  660. FLWmktres.smc = 1
  661. FLWnewmkt.smc = 1
  662. FLWorientat.smc = 1
  663. FLWplaunch.smc = 1
  664. FLWposition.smc = 1
  665. FLWprodctbr.smc = 1
  666. FLWpstatus.smc = 1
  667. FLWpupdate.smc = 1
  668. FLWproposal.smc = 1
  669. FLWrecommen.smc = 1
  670. FLWsallnc.smc = 1
  671. FLWtrain.smc = 1
  672. FLWbenefits.smc = 1
  673. FLWbusrev.smc = 1
  674. FLWindustry.smc = 1
  675. FLWitstrat.smc = 1
  676. FLWquality.smc = 1
  677. FLWsaleszig.smc = 1
  678. FLWsaleswax.smc = 1
  679. FLWsbuplan.smc = 1
  680. FLWkotstrat.smc = 1
  681. FLWkotseg.smc = 1
  682. FLWkotmix.smc = 1
  683. FLWkitpres.smc = 1
  684.  
  685. ;************************************************
  686. ;
  687. [Shared Components]
  688. ; The [Shared Components] section provides information 
  689. ; about Lotus shared components (such as the Spell
  690. ; Checker) for Freelance Graphics, Word Pro, and Approach.
  691. ; This field is used only during a server install.
  692. ;
  693. ;*********************************************** 
  694. COMPONENTSDIR = c:\lotus\compnent
  695. ;***********************************************
  696. ; The fields below allow you to select and 
  697. ; deselect the Lotus shared components for 
  698. ; Freelance Graphics, Word Pro, and Approach.
  699. ; These fields are only used if the "SizeOfInstall"
  700. ; field in the [FLW] section is 3.
  701. ;
  702. ; To select a shared component, set its value
  703. ; to 1 (one). To deselect a shared component,
  704. ; set its value to 0 (zero). Shared components
  705. ; are crucial pieces of Freelance Graphics 96.
  706. ; Opting to not install a shared component may
  707. ; seriously limit Freelance Graphics 96.
  708. ;
  709. ;***********************************************
  710. WIN32SHRGRAPHFILEFILTERPRG = 1
  711. WIN32SHRCHARTPRG = 1
  712. WIN32SHRCHARTPRGLANGEN = 1
  713. WIN32SHRSMARTICONPRG = 1
  714. WIN32SHRSMARTICONPRGLANGEN = 1
  715. WIN32SHRUIMSPRG = 1
  716. WIN32SHRUIMSPRGLANGEN = 1
  717. WIN32SHRSTATUSBARPRG = 1
  718. WIN32SHRLOTUSSCRIPTPRG = 1
  719. WIN32SHRLOTUSSCRIPTPRGLANGEN = 1
  720. WIN32SHRLOTUSDIALOGSPRG = 1
  721. WIN32SHRCCSTRPPRG = 1
  722. WIN32SHRSHAREDHELPPRG = 1
  723. WIN32SHRLISDBPRG = 1
  724. WIN32SHRLOTUSSCRIPTIDE = 1
  725. WIN32SHRLOTUSSCRIPTIDELANGEN = 1
  726. WIN32SHRASWANPRG = 1
  727. WIN32SHRASWANPRGLANGEN = 1
  728. WIN32SHRSPELLDICLANGEN = 1
  729. WIN32SHRSPELLDICLANGFR = 0
  730. WIN32SHRSPELLDICLANGSP = 0
  731. WIN32SHRQUICKDEMOPRG = 1
  732. WIN32SHRQUICKDEMOPRGLANGEN = 1
  733. WIN32SHRSTANDALONEPLAYERPRG = 1
  734. WIN32SHRSTANDALONEPLAYERPRGLANGEN = 1
  735. WIN32SHRUINST = 1
  736. WIN32SHRUINSTLANGEN = 1
  737. ;************************************************
  738. ;
  739. ;End of Response File
  740.  
  741.